.iab-banner-desktop{
    display: block;
}
.iab-banner-mobile{
    display: none;
}
@media (max-width: 768px) {
    .iab-banner-desktop{
        display: none;
    }
    .iab-banner-mobile{
        display: block;
    }
}

/* Hide search buttons on all pages */
.button.button--inverted.button--search {
    display: none !important;
}

/* Hide all elements with the search class */
.search {
    display: none !important;
}
#cookieBanner,
#cookieSettingsModal,
#cookieSettingsButton,
#cookie-banner {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.mc-dialog{
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
